projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a07c160
)
(term-mouse-paste): Call mouse-set-point.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 30 Jan 2004 16:53:11 +0000
(16:53 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 30 Jan 2004 16:53:11 +0000
(16:53 +0000)
lisp/term.el
patch
|
blob
|
history
diff --git
a/lisp/term.el
b/lisp/term.el
index b329004c0836c488f645078ffb3be196db20e4e6..b1144268a09ee03faa4c6ce8d7ca6924bb88c3de 100644
(file)
--- a/
lisp/term.el
+++ b/
lisp/term.el
@@
-1172,6
+1172,7
@@
without any interpretation."
;; Give temporary modes such as isearch a chance to turn off.
(run-hooks 'mouse-leave-buffer-hook)
(setq this-command 'yank)
+ (mouse-set-point click)
(term-send-raw-string (current-kill (cond
((listp arg) 0)
((eq arg '-) -1)